Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Exporting to MS Access
~Chloe Dwogerokonyoden 28.Jan.04 09:21 AM a Web browser
Applications Development All Releases All Platforms


Have you put the use?

UseLSX "*LSXODBC"

In the help of Lotus there is this example:

his agent declares a new ODBCConnection object and connects to a user-specified data source.
Uselsx "*LSXODBC"
Sub Initialize
Dim con As New ODBCConnection
con.ConnectTo(Inputbox("ODBC data source name", "DSN"))
While Not con.IsConnected
dsn = Inputbox("ODBC data source name", _
"Connection not made ...")
If dsn = "" Then Exit Sub
con.ConnectTo(dsn)
Wend
Messagebox "Connected to " & con.DataSourceName,, _
"Connection made ..."
con.Disconnect
End Sub




Exporting to MS Access (~Dean Chulumar 27.Jan.04)
. . RE: Exporting to MS Access (~Lily Nonwether... 27.Jan.04)
. . RE: Exporting to MS Access (~Chloe Dwogerok... 28.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS